home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / mac / CineLive97 Data / CineLive97.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-11-30  |  1.5 KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleInfoDictionaryVersion</key>
  6.     <string>6.0</string>    
  7.     
  8.     <key>CFBundleExecutable</key>
  9.     <string>RunShell</string>
  10.     
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.tribeworks.RunShell</string>
  13.     
  14.     <key>CFBundleVersion</key>
  15.     <string>4.0r8</string>
  16.     
  17.     <key>CFBundleDevelopmentRegion</key>
  18.     <string>English</string>
  19.  
  20.     <key>CFBundleName</key>
  21.     <string>CineLive97</string>
  22.  
  23.     <key>CFBundlePackageType</key>
  24.     <string>APPL</string>
  25.     
  26.     <key>CFBundleSignature</key>
  27.     <string>IS3R</string>
  28.  
  29.     <key>CFBundleIconFile</key>
  30.     <string>RunShell.icns</string>
  31.  
  32.     <key>CFBundleShortVersionString</key>
  33.     <string>4.0r8</string>
  34.  
  35.     <key>CFBundleGetInfoString</key>
  36.     <string>iShell Runtime 4.0r8 Copyright 2005 Tribeworks, Inc.</string>
  37.  
  38.     <key>CFBundleDocumentTypes</key>
  39.     <array>
  40.         <dict>
  41.             <key>CFBundleTypeExtensions</key>
  42.             <array><string>xp</string></array>
  43.             
  44.             <key>CFBundleTypeIconFile</key>
  45.             <string>Project.icns</string>
  46.             
  47.             <key>CFBundleTypeName</key>
  48.             <string>iShell Project</string>
  49.             
  50.             <key>CFBundleTypeOSTypes</key>
  51.             <array><string>IS3P</string></array>
  52.             
  53.             <key>CFBundleTypeRole</key>
  54.             <string>Viewer</string>
  55.         </dict>
  56.     </array>    
  57. </dict>
  58. </plist>